home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2001 Haziran / CHIP Haziran2001.iso / prog / share / 02 / SETUP.EXE / {app} / acadma.exe / 0 / RCDATA / TFORMWARNING / TFORMWARNING.txt
Text File  |  2001-04-16  |  2KB  |  113 lines

  1. object FormWarning: TFormWarning
  2.   Left = 269
  3.   Top = 259
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Warning'
  7.   ClientHeight = 197
  8.   ClientWidth = 300
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnPaint = FormPaint
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 168
  25.     Width = 300
  26.     Height = 29
  27.     Align = alBottom
  28.     AutoSize = True
  29.     BevelOuter = bvNone
  30.     BorderWidth = 2
  31.     TabOrder = 0
  32.     object Label2: TLabel
  33.       Left = 8
  34.       Top = 6
  35.       Width = 69
  36.       Height = 13
  37.       Caption = 'Time remaine: '
  38.     end
  39.     object Button1: TButton
  40.       Left = 222
  41.       Top = 2
  42.       Width = 75
  43.       Height = 25
  44.       Anchors = [akRight]
  45.       Caption = 'Hide'
  46.       Default = True
  47.       TabOrder = 0
  48.       OnClick = Button1Click
  49.     end
  50.   end
  51.   object Panel2: TPanel
  52.     Left = 0
  53.     Top = 0
  54.     Width = 300
  55.     Height = 168
  56.     Align = alClient
  57.     BevelOuter = bvNone
  58.     BorderWidth = 2
  59.     TabOrder = 1
  60.     object ProgressBar1: TProgressBar
  61.       Left = 2
  62.       Top = 154
  63.       Width = 296
  64.       Height = 12
  65.       Align = alBottom
  66.       Min = 0
  67.       Max = 150
  68.       Position = 140
  69.       TabOrder = 0
  70.     end
  71.     object Panel3: TPanel
  72.       Left = 2
  73.       Top = 2
  74.       Width = 296
  75.       Height = 152
  76.       Align = alClient
  77.       BevelOuter = bvNone
  78.       TabOrder = 1
  79.       object Label1: TLabel
  80.         Left = 0
  81.         Top = 0
  82.         Width = 296
  83.         Height = 32
  84.         Align = alTop
  85.         Caption = 
  86.           'Close the following application to save your data. Otherwise the' +
  87.           'y will be closed automatically'
  88.         Font.Charset = DEFAULT_CHARSET
  89.         Font.Color = clRed
  90.         Font.Height = -13
  91.         Font.Name = 'MS Sans Serif'
  92.         Font.Style = []
  93.         ParentFont = False
  94.         WordWrap = True
  95.       end
  96.       object ListBox1: TListBox
  97.         Left = 0
  98.         Top = 32
  99.         Width = 296
  100.         Height = 120
  101.         Align = alClient
  102.         ItemHeight = 13
  103.         TabOrder = 0
  104.       end
  105.     end
  106.   end
  107.   object Timer1: TTimer
  108.     OnTimer = Timer1Timer
  109.     Left = 130
  110.     Top = 98
  111.   end
  112. end
  113.